Screen:GetFPS(return)
Retrieves the current FPS.
Use this if you want to limit the FPS and make something like:
/*
1. get FPS
2. if FPS is more than 24, slow down the rendering speed with Konsol:Delay
3. if FPS is below 15, skip other animation frames to keep up with the desired speed
*/